home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
mx
/
managers
/
IFocusManagerGroup.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
310b
|
16 lines
package mx.managers
{
public interface IFocusManagerGroup
{
function get groupName() : String;
function get selected() : Boolean;
function set groupName(param1:String) : void;
function set selected(param1:Boolean) : void;
}
}